🛠️ All DevTools
Showing 1741–1760 of 4367 tools
Last Updated
April 27, 2026 at 08:01 PM
API UP
Product Hunt[API/SDK] A SaaS platform that lets you create and host APIs instantly What you get • AI-assisted API code generation • Self-managed APIs with infrastructure fully configured • Scales automatically (deploy anywhere later if you want) • Admin UI for Product, Dev, and Platform/Ops teams • Clean-code templates using the Command pattern • Robust CLI to bootstrap features fast • SDKs for Web & Mobile • Monitoring, logs, metrics, auth, and versioning built-in
CodeContext API
Product Hunt[API/SDK] The Documentation Layer for AI Agents (RAG in 1 Click) Developer Tools, Artificial Intelligence, API Stop scraping docs. CodeContext API gives your AI agents instant access to up-to-date documentation for 1000+ libraries (React, LangChain, Next.js). Prevent hallucinations and save 90% on tokens with optimized JSON responses.
WarpGrep
Product Hunt[Other] Remove context rot + improve code search Introducing WarpGrep, a fast context subagent that improves coding agent performance. WarpGrep speeds up coding tasks 40% and reduces context rot by 70% on long horizon tasks by treating context retrieval as its own RL trained system. Inspired by Cognition’s SWE-Grep - we’re opening access to Claude Code, Codex, OpenCode or any coding agent via MCP (or through our SDK)
Kerno
Product Hunt[Testing] Testing Co-Pilot for Backend Engineers Never manually write, or and maintain backend tests again! Kerno automates integration testing end-to-end inside your IDE. It understands your codebase, generates meaningful tests, spins up test environments, executes tests, and delivers instant audit reports to catch issues early, validate changes before committing your code. Use Kerno to: → Catch breaking changes at source → Augment current Code-Gen loops with test data → Audit AI generated code in real-time → Increase test coverage
Show HN: DataKit, your all in browser data studio is open source now
Show HN (score: 6)[Other] Show HN: DataKit, your all in browser data studio is open source now Hey HN! I'm open-sourcing DataKit today.<p>GitHub: <a href="https://github.com/datakitpage/datakit" rel="nofollow">https://github.com/datakitpage/datakit</a> Live demo: <a href="https://datakit.page" rel="nofollow">https://datakit.page</a><p>DataKit is a browser-based data analysis platform that processes multi-gigabyte files (CSV, Parquet, JSON, Excel) entirely client-side using DuckDB-WASM. Your data never leaves your browser.<p>What it does: • Process large files (tested up to 20GB) without any server • Full SQL interface powered by DuckDB compiled to WebAssembly • Python notebooks via Pyodide for data science workflows • Connect to remote sources (PostgreSQL, MotherDuck, S3) with optional proxy • AI assistant that only sees column schemas, not actual data<p>I was done with having to choose between cloud tools and heavy local installations. I wanted something that just works in a browser tab but has real power.<p>It's AGPL licensed with commercial licenses available for enterprises.<p>I've been building this solo as a side project for the past few months. Would love your feedback on: - Performance bottlenecks you encounter - Features you'd need for your workflows - The architecture decisions (all client-side vs hybrid)
Show HN: DuckDB for Kafka Stream Processing
Hacker News (score: 27)[Database] Show HN: DuckDB for Kafka Stream Processing Hello Everyone! We built SQLFlow as a lightweight stream processing engine.<p>We leverage DuckDB as the stream processing engine, which gives SQLFlow the ability to process 10's of thousands of messages a second using ~250MiB of memory!<p>DuckDB also supports a rich ecosystem of sinks and connectors!<p><a href="https://sql-flow.com/docs/category/tutorials/" rel="nofollow">https://sql-flow.com/docs/category/tutorials/</a><p><a href="https://github.com/turbolytics/sql-flow" rel="nofollow">https://github.com/turbolytics/sql-flow</a><p>We were tired of running JVM's for simple stream processing, and also of bespoke one off stream processors<p>I would love your feedback, criticisms and/or experiences!<p>Thank you
Show HN: Diesel-guard – Lint Diesel migrations for unsafe PostgreSQL patterns
Show HN (score: 12)[Other] Show HN: Diesel-guard – Lint Diesel migrations for unsafe PostgreSQL patterns
AMD GPU Debugger
Hacker News (score: 146)[Other] AMD GPU Debugger
Show HN: LinkedQL – Live Queries over Postgres, MySQL, MariaDB
Hacker News (score: 18)[Database] Show HN: LinkedQL – Live Queries over Postgres, MySQL, MariaDB LinkedQL is a new SQL client that supports live queries over any Postgres, MySQL, and MariaDB database. You get result sets that self-update differentially as rows change in your database – via inserts, updates, deletes. Works with no extra tooling/ORM layer or GraphQL servers. You opt into live mode simply with a flag: client.query('SELECT ...', { live: true }). More at: <a href="https://linked-ql.netlify.app/capabilities/live-queries" rel="nofollow">https://linked-ql.netlify.app/capabilities/live-queries</a><p>LinkedQL is written in JavaScript and runs in both client and server environments.<p>GitHub + docs: <a href="https://github.com/linked-db/linked-ql" rel="nofollow">https://github.com/linked-db/linked-ql</a><p>Demo examples included.<p>I’d love feedback: • Anything confusing? • Anything seems useful or dangerous? • Anything else that'd make you consider LinkedQL for production?<p>Thanks for taking a look — happy to answer any questions.
Show HN: I wrote a book – Debugging TypeScript Applications (in beta)
Show HN (score: 7)[Other] Show HN: I wrote a book – Debugging TypeScript Applications (in beta)
cloudflare/vibesdk
GitHub Trending[Other] An open-source vibe coding platform that helps you build your own vibe-coding platform, built entirely on Cloudflare stack
slidevjs/slidev
GitHub Trending[Other] Presentation Slides for Developers
Show HN: Dograh – an OSS Vapi alternative to quickly build and test voice agents
Hacker News (score: 13)[DevOps] Show HN: Dograh – an OSS Vapi alternative to quickly build and test voice agents Hi HN, I have been building voice agents for sometime now. I was earlier automating parts of visa processing, and we needed real-time, multilingual voice calling.<p>I assumed the hard work was just wiring LiveKit/Pipecat + STT/TTS + an LLM. It wasn’t.<p>Even with solid OSS (Pipecat/LiveKit), we still had to do a lot of plumbing- variable extraction, tracing, testing etc and any workflow changes required constant redeploys.<p>We eventually realized we’d spent more time building infrastructure than building the actual agents. Everything felt custom. We hit every possible pain with Pipecat and VAPI style systems.<p>So we built Dograh - a fully open-source voice agent framework that includes all the boring, painful pieces by default.<p>What’s different:<p>- Pipecat-based engine, but forked - custom event model, and concurrency fixes<p>- One-click start template generated by an LLM Agent for a quick get start template for any use case<p>- Drag-and-drop visual agent builder for quick iteration (the thing we wished existed earlier)<p>- Variable extraction layer (name/order/date/etc.) baked into the LLM loop<p>- Built in Telephony integration (Twilio/ Vonage/ Vobiz/ Cloudonix)<p>- Multilingual support end-to-end<p>- Select any LLM TTS STT (add their credits, if any)<p>- AI-to-AI call testing: automatically stress-test an agent before shipping (still a work in progress- so patchy as of now)<p>- Fully Open Source<p>It's built and maintained by YC alumni / exit founders who got tired of rebuilding the same plumbing.<p>Why we open-sourced it: We kept feeling that the space was drifting toward closed SaaS abstractions (VAPI, Retell). Those are good for demos, but once you need data controls, privacy or self/offline deployment, you end up stuck. We wanted a stack where you can see every part, fork it, self-host it, and patch it as needed.<p>Try it:<p>- Repo: <a href="https://github.com/dograh-hq/dograh" rel="nofollow">https://github.com/dograh-hq/dograh</a><p>This spins up a basic multilingual agent with everything pre-wired.<p>Who this is for:<p>- If you are looking for self hosting a Vapi like platform for Data Privacy etc.<p>- Anyone trying to build production-grade voice agents without reinventing audio plumbing.<p>- If you’ve tried to glue STT→LLM→TTS manually, you probably know the exact pain this is built for<p>Happy to answer technical questions, show the architecture, or hear how we can improve the product.
GitHub Actions Has a Package Manager, and It Might Be the Worst
Hacker News (score: 152)[Other] GitHub Actions Has a Package Manager, and It Might Be the Worst
SimpleVecDB
Product Hunt[Database] Dead-simple local vector database powered by sqlite-vec. The Chroma experience in a single SQLite file. SimpleVecDB brings zero-infrastructure vector search to local RAG apps, offline agents, and indie hackers. Built on sqlite-vec with ~2ms queries, 32x storage compression, hybrid BM25+vector search, and LangChain/LlamaIndex integrations. Just `pip install` and go—no Docker, no cloud bills, no Redis. Your vectors live in one portabledb file that runs anywhere Python runs.
smalltoolsapp
Product Hunt[Other] Free online tools SmallToolsApp offers simple, fast and free online tools for developers — things like JSON formatting, CSV converters, text utilities and daily-use helpers. No ads, no login. A clean collection of lightweight tools built to save time — from text converters to developer utilities. Designed to stay minimal, quick and clutter-free
Show HN: Lockenv – Simple encrypted secrets storage for Git
Hacker News (score: 31)[Other] Show HN: Lockenv – Simple encrypted secrets storage for Git Hi!<p>I got tired of setting up tools I can't explain to a team in a few words like sops or git-crypt, just to store few files with environment variables or secrets, so I built lockenv as a simple alternative.<p>It's basically a password-protected vault file you commit to git. No gpg keys, no cloud, just lockenv init, set a password, and lock/unlock the secrets.<p>This tool integrates with OS keyring, so you're not typing passwords constantly. Should work on Mac/Linux/Windows, but I tested it only on linux so far.<p>I am not trying to replace any mature / robust solution, just making small tool for simple cases, where I want to stop sharing secrets via slack.<p>Feel free to try, thank you!
Show HN: Cdecl-dump - represent C declarations visually
Hacker News (score: 12)[Other] Show HN: Cdecl-dump - represent C declarations visually A small tool that parses C declarations and outputs a simple visual representation at each stage, as it encounters arrays, pointers or functions.<p>The program uses a table-driven lexer and a hand-written, shift-reduce parser. No external dependencies apart from the standard library.
Show HN: Minimal container-like sandbox built from scratch in C
Show HN (score: 5)[DevOps] Show HN: Minimal container-like sandbox built from scratch in C Runbox recreates core container features without relying on existing runtimes or external libraries. It uses namespaces, cgroups v2, and seccomp to create an isolated process environment, with a simple shell for interaction. For future gonna work on adding an interface so external applications can be executed inside Runbox, similar to containers.<p>Github: <a href="https://github.com/Sahilb315/runbox" rel="nofollow">https://github.com/Sahilb315/runbox</a><p>Happy to hear feedback or suggestions.
DBGridy
Product Hunt[Database] DB editor A powerful and versatile Database Grid Editor for Windows. Support for MySQL, MongoDB, Redis, ClickHouse, and more.